home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1122 / 1122.xpi / chrome / tabmixplus.jar / content / tabmixplus / extensions / sage.xul < prev    next >
Extensible Markup Language  |  2009-08-30  |  890b  |  19 lines

  1. <?xml version="1.0"?>
  2.  
  3. <overlay id="TMP_sageOverlay"
  4.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  5.     <script type="application/x-javascript" src="chrome://tabmixplus/content/places/places.js"/>
  6.     <script type="application/x-javascript" src="chrome://tabmixplus/content/extensions/sage.js"/>
  7.     <script type="application/x-javascript">
  8.         window.addEventListener("load", function(aEvent) {
  9.             aEvent.currentTarget.removeEventListener("load", arguments.callee, false);
  10.             TMP_Sage.init();
  11.         }, false);
  12.     </script>
  13.  
  14.    <commandset id="editMenuCommands">
  15.       <command id="cmd_bm_openinnewwindow" disabled="false" oncommand="goDoCommand('cmd_bm_openinnewwindow');"/>
  16.       <command id="cmd_bm_openinnewtab"    disabled="false" oncommand="goDoCommand('cmd_bm_openinnewtab');"/>
  17.    </commandset>
  18. </overlay>
  19.